* {
  padding: 0;
  margin: 0;
  font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}
html {
  font-size: 100px !important;
}
body {
  font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
  color: #333;
  margin: 0;
  line-height: 1.5;
  overflow-x: hidden;
}
*:before,
*:after {
  box-sizing: content-box;
}
:focus {
  outline: 1;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
a {
  color: #333;
  text-decoration: none;
}
a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
li,
ul {
  list-style-type: none;
}
img {
  border: none;
}
input,
textarea {
  outline: 0;
  border: 0;
  resize: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
  font-weight: normal;
  font-style: normal;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clearboth {
  clear: both;
}
.headerNav {
  width: 100%;
  position: fixed;
  z-index: 9999;
  padding-top: 0.46rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: transparent;
}
.headerNav.toTop {
  padding: 0.23rem 0;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
}
.headerNav .headerNavCenter {
  width: 81.25%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.headerNav .headerNavCenter h1 {
  flex: 0 0 17.5%;
  justify-content: center;
  float: left;
  width: 17.5%;
}
.headerNav .headerNavCenter h1 a {
  display: block;
}
.headerNav .headerNavCenter h1 a img {
  display: block;
  width: 100%;
}
.headerNav .headerNavCenter .navMenu {
  display: none;
}
.headerNav .headerNavCenter .nav {
  flex: 0 0 55%;
  justify-content: center;
  float: left;
  width: 55%;
}
.headerNav .headerNavCenter .nav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.headerNav .headerNavCenter .nav ul li {
  flex: 1;
  text-align: center;
  position: relative;
}
.headerNav .headerNavCenter .nav ul li a.navTop {
  display: inline-block;
  color: #fff;
  font-size: 0.16rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.headerNav .headerNavCenter .nav ul li.active a.navTop {
  color: #fee682;
  padding-bottom: 0.04rem;
  border-bottom: 2px solid #fee682;
}
.headerNav .headerNavCenter .nav ul li:hover a.navTop {
  color: #fee682;
  padding-bottom: 0.04rem;
  border-bottom: 2px solid #fee682;
}
.foo3-2{
  color:#fff;
  width: 100%;
  text-align: center;
  padding-top: 30px;
}
.foo3-2 a{
  color: #fff;
}
.footer {
  width: 100%;
  background: #333;
  padding-top: 0.76rem;
  padding-bottom: 0.28rem;
}
.footer .footerBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
  padding: 0 6%;
}
.footer .footerBox .footerL {
  flex: 0 0 50%;
  justify-content: center;
  float: left;
  width: 50%;
  position: relative;
}
.footer .footerBox .footerL ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.footer .footerBox .footerL ul li {
  flex: 0 0 32%;
  justify-content: center;
  float: left;
  width: 32%;
}
.footer .footerBox .footerL ul li h3 {
  font-size: 0.16rem;
  padding-bottom: 0.2rem;
}
.footer .footerBox .footerL ul li h3 a {
  display: block;
  color: #b9b9b9;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.footer .footerBox .footerL ul li p a {
  font-size: 0.14rem;
  line-height: 0.48rem;
  color: #fff;
}
.footer .footerBox .footerL ul::after {
  content: "";
  right: 0;
  top: 0%;
  width: 1px;
  border-right: 1px solid #999;
}
.footer .footerBox .footerL span {
  display: block;
  margin-bottom: 0.22rem;
  position: relative;
}
.footer .footerBox .footerL .footerWebChatImg {
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  right: 0.1rem;
  top: 0;
  box-sizing: border-box;
  padding: 0.1rem;
  background-color: #fff;
  display: none;
}
.footer .footerBox .footerR {
  flex: 0 0 50%;
  justify-content: center;
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 0 0 0 1.32rem;
}
.footer .footerBox .footerR h4 {
  display: block;
  color: #b9b9b9;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.16rem;
  padding-bottom: 0.2rem;
}

.footer .footerBox .footerR h4 a{
  color: #fff;
}

.footer .footerBox .footerR p a{
  color: #fff;
}
.footer .footerBox .footerR p {
  color: #fff;
  font-size: 0.16rem;
  line-height: 0.3rem;
}
.footer .footerBox .footerR ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 0.2rem;
}
.footer .footerBox .footerR ul li {
  flex: 0 0 1rem;
  justify-content: center;
  float: left;
  width: 1rem;
  margin-right: 0.2rem;
}
.footer .footerBox .footerR ul li img {
  width: 1rem;
  height: 1rem;
  padding: 0.1rem;
  background: #fff;
  box-sizing: border-box;
}
.footer .footerBox .footerR ul li span {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 0.14rem;
  padding-top: 0.05rem;
}
.footerBar {
  display: none;
}
.dl-container {
  width: 1280px;
  margin: 0 auto;
}


.navCenter {
  display: none;
  position: absolute;
  top: .35rem;
  left: 0;
  background: rgba(0,0,0,.5);
  width: 100%;
}
.navCenter p {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 0.4rem;
}
.navCenter p a {
  line-height: 0.4rem;
  display: block;
  text-align: center;
  font-size: 0.15rem;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.navCenter p:hover {
  background: #fee682;
}
.navCenter p:hover a {
  color: #333;
}


@media (max-width: 1280px) {
  .dl-container {
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 980px) {
  .dl-container {
    width: 96%;
    margin: 0 auto;
  }

  .headerNav.toTop{
    padding: 0;
  }
  .navCenter{
    display: none !important;
  }
  .headerNav{
    padding: 0.13rem 0;
  }
  .headerNav{
    padding-top: 0.2rem;
  }
  .headerNav .headerNavCenter{
    padding: 0.2rem 0;
  }
  .headerNav .headerNavCenter {
    width: 94%; 
    box-sizing: border-box;
    position: relative;
  }
  .headerNav {
    position: relative;
    padding-top: 0;
    background: rgba(0, 0, 0, 0.5);
  }
  .headerNav .headerNavCenter h1 {
    flex: 0 0 30%;
    justify-content: center;
    float: left;
    width: 30%;
  }
  .headerNav .headerNavCenter .navMenu {
    display: block;
    position: absolute;
    right: 0;
    width: 0.3rem;
    z-index: 999;
    height: 0.2rem;
  }
  .headerNav .headerNavCenter .navMenu em {
    position: relative;
  }
  .headerNav .headerNavCenter .navMenu em i {
    width: 0.3rem;
    height: 0.02rem;
    background: #fff;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .headerNav .headerNavCenter .navMenu em b {
    width: 0.3rem;
    height: 0.02rem;
    background: #fff;
    display: block;
    position: absolute;
    top: 0.2rem;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    left: 0;
  }
  .headerNav .headerNavCenter .navMenu.navMenuOn i {
    transform: rotate(45deg);
    top: 0.1rem;
  }
  .headerNav .headerNavCenter .navMenu.navMenuOn b {
    transform: rotate(-45deg);
    top: 0.1rem;
  }
  .headerNav .headerNavCenter .nav {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
    position: absolute;
    top: 0.7rem;
    background: #333;
    right: -3%;
    width: 50%;
    display: none;
  }
  .headerNav .headerNavCenter .nav ul {
    padding: 0.2rem 0;
  }
  .headerNav .headerNavCenter .nav ul li {
    display: block;
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
  }
  .headerNav .headerNavCenter .nav ul li a.navTop {
    padding: 0.15rem 0;
  }
  .headerNav .headerNavCenter .nav ul li.active a {
    border-bottom: transparent;
  }


  
  .footer .footerBox .footerL {
    display: none;
  }
  .footer .footerBox .footerR {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
    padding: 0;
  }
  .footer .footerBox .footerR h4 {
    font-size: 0.24rem;
  }
  .footer {
    padding: 0.4rem 0 1rem;
  }
  .footerBar {
    width: 100%;
    background: #333;
    border-top: 1px solid #fff;
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 99999;
  }
  .footerBar ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .footerBar ul li {
    width: 25%;
    float: left;
    flex-direction: column;
    flex: 0 0 25%;
  }
  .footerBar ul li a {
    display: block;
    position: relative;
  }
  .footerBar ul li a img {
    display: block;
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin: 0 auto;
  }
  .footerBar ul li a i {
    display: block;
    text-align: center;
    color: #fff;
    margin-top: 6px;
    font-size: 14px;
  }

  #wjdh-kefu,.messageBgly,.wjdh-kefuMinImg{
    display: none !important;
  }
}



#wjdh-kefu .wjdh-kefu-qq{
  height: 1px !important;
  overflow: hidden !important;
}


#wjdh-kefu .wjdh-kefu-open{
  background: #fee682 !important;
}


#wjdh-kefu .wjdh-kefu-tel{
  border-top-color: #fff !important;
}

#wjdh-kefu .wjdh-kefu-close:hover{
  background: #fee682 !important;
}


#wjdh-kefu .wjdh-kefu-close:hover p{
  color: #333 !important;
}

#wjdh-kefu .wjdh-kefu-erweima span img{
  width: 120px !important;
  height: 120px !important;
}

#wjdh-kefu .wjdh-kefu-open{
  width: 170px !important;
}

#wjdh-kefu .wjdh-kefu-tel span{
  font-size: 18px !important;
    color: #4c4c4c !important;
    background: url(https://img.dlwjdh.com/upload/static/kefu/3-r-22d2/images/tel.png) no-repeat 20px center !important;
    padding-left: 0 !important;
    line-height: 30px !important;
    margin-top: 20px !important;
    display: block !important;
}

#wjdh-kefu .wjdh-kefu-tel p{
  font-size: 21px !important;
}